Welcome![Sign In][Sign Up]
Location:
Search - Lucene Pdf

Search list

[Search Engineajaxlucene

Description: ajax+lucene .pdf ,关于ajax和搜索引擎的。-ajax lucene. Pdf, on the ajax and search engines.
Platform: | Size: 289781 | Author: 李怀志 | Hits:

[Search EnginePDFBox-0.6.7a

Description: 采用java编写的处理PDF文档的程序,可从PDF文档中抽取txt文本,可与lucene搜索引擎相结合。-adopting the java programs compiled to dispose the PDF document, taking out the txt text from the PDF document, and combining with the lucene searcher.
Platform: | Size: 9649152 | Author: 孔敬 | Hits:

[Search Engineweblucene

Description: Lucene Web interface, use XML as a lightweight protocol. developer can convert data source (text, DB, MS Word, PDF... etc) into xml format, indexing with lucene engine, and get full text search result via HTTP, with XML format output, user can easily intergrated with JSP ASP PHP front end or use XSLT at server side transform output.
Platform: | Size: 2890752 | Author: 张和 | Hits:

[Search EngineCSahrpLuceneClient

Description: Highlighter.cs 高亮显主处理类 HighlighterAnalyzer.cs 高亮显字符分析处理 HighlightFilter.cs 高亮显过滤 MainForm.cs 窗体主类 MainForm.resx 窗体资源 Search.cs Lucene 搜索类-Highlighter.cs highlighted significant main class HighlighterAnal yzer.cs highlighted significant character analysis HighlightFilter.cs highlighted significant filter M ainForm.cs Form main categories MainForm.resx Form resources Search.cs Lucene search category
Platform: | Size: 331776 | Author: 王海廷 | Hits:

[Search Engineajaxlucene

Description: ajax+lucene .pdf ,关于ajax和搜索引擎的。-ajax lucene. Pdf, on the ajax and search engines.
Platform: | Size: 289792 | Author: 李怀志 | Hits:

[JSP/Javaframework

Description: 基于lucene的 全文检索程序。可以对office等文件pdf文件进行检索,检索到的位置进行高亮显示。-Based on the Lucene full-text retrieval procedures. Office and other documents on pdf files retrieval, retrieved location highlighted.
Platform: | Size: 4096 | Author: xiaoying | Hits:

[JSPManning_Lucene_in_Action

Description: 很不错的- Lucene使用手册,Lucene in Action.pdf经典书籍-Very good- Lucene user manual, Lucene in Action.pdf classic books
Platform: | Size: 5468160 | Author: yxm | Hits:

[CSharpLucene

Description: 全文检索中用lucene实现的lucene.net源代码-Full Text Search with Lucene realized lucene.net source code
Platform: | Size: 455680 | Author: 邓罡 | Hits:

[Search EngineAnalyzerViewer_source

Description: Lucene.Net is a high performance Information Retrieval (IR) library, also known as a search engine library. Lucene.Net contains powerful APIs for creating full text indexes and implementing advanced and precise search technologies into your programs. Some people may confuse Lucene.net with a ready to use application like a web search/crawler, or a file search application, but Lucene.Net is not such an application, it s a framework library. Lucene.Net provides a framework for implementing these difficult technologies yourself. Lucene.Net makes no discriminations on what you can index and search, which gives you a lot more power compared to other full text indexing/searching implications you can index anything that can be represented as text. There are also ways to get Lucene.Net to index HTML, Office documents, PDF files, and much more.-Lucene.Net is a high performance Information Retrieval (IR) library, also known as a search engine library. Lucene.Net contains powerful APIs for creating full text indexes and implementing advanced and precise search technologies into your programs. Some people may confuse Lucene.net with a ready to use application like a web search/crawler, or a file search application, but Lucene.Net is not such an application, it s a framework library. Lucene.Net provides a framework for implementing these difficult technologies yourself. Lucene.Net makes no discriminations on what you can index and search, which gives you a lot more power compared to other full text indexing/searching implications you can index anything that can be represented as text. There are also ways to get Lucene.Net to index HTML, Office documents, PDF files, and much more.
Platform: | Size: 320512 | Author: Yu-Chieh Wu | Hits:

[OtherLucene[1].Net

Description: 介绍有关全文检索的类库,以lucene为例,在.net环境下实现多种类型文档的全文检索.-On the full-text search of the library to Lucene as an example, at. Net environment achieve a variety of types of documents full-text search.
Platform: | Size: 1868800 | Author: fishfly | Hits:

[BooksLucene.In.Action.PDF

Description: Lucene in Action为使用最好的Java开源搜索引擎的用户提供所有细节、最好的实践、警告、技巧。本书假设读者熟悉基本的Java编程。Lucene本身是个Java档案(JAR)文件并能集成到简单的命令行程序和大型企业级应用程序中。-No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by means electronic, mechanical, photocopying, or otherwise, without prior written permission of the publisher
Platform: | Size: 261120 | Author: ray | Hits:

[MultiLanguageLucene.Net.Analysis.Cn

Description: Lucene是什么? Lucene是Apache组织的一个用JAVA实现全文搜索引擎的开源项目。后来有人将Lucene移植到。Net语言。 Lucene是一个信息检索的函数库(Library),利用它你可以为你的应用加上索引和搜索的功能。 Lucene的使用者不需要深入了解有关全文检索的知识,仅仅学会使用库中的一个类,你就为你的应用实现全文检索的功能。 不过千万别以为Lucene是一个象google那样的搜索引擎,Lucene甚至不是一个应用程序,它仅仅是一个工具,一个Library。你也可以把它理解为一个将索引、搜索功能封装的很好的一套简单易用的API。利用这套API你可以做很多有关搜索的事情,而且很方便。 Lucene能做什么? Lucene可以对任何的数据做索引和搜索。 Lucene不管数据源是什么格式,只要它能被转化为文字的形式,就可以被Lucene所分析利用。也就是说不管是MS word, Html ,pdf还是其他什么形式的文件只要你可以从中抽取出文字形式的内容就可以被Lucene所用。你就可以用Lucene对它们进行索引以及搜索。 -What is Lucene? Lucene is an Apache with organizations to achieve full-text search engine JAVA open-source project. Later, some people will migrate to Lucene. Net language. Lucene is a library of information retrieval (Library), you can use it for your application together with the indexing and search functions. Lucene users do not need a deeper understanding of the full-text search of knowledge, just learn how to use a class library, you achieve your application for full-text search function. But do not think that Lucene is a kind of like the google search engine, Lucene is not even an application, it is merely a tool, a Library. You can also it will be understood as an index, a good search function of a package easy-to-use API. Use this API you can do a lot of things related to search and easily. Lucene can do? Lucene can do for any of the data and search index. Lucene regardless of what format the data source, as long as it can be transformed into the f
Platform: | Size: 95232 | Author: liutonglai | Hits:

[Search Engineluceneinaction2

Description: 《lucene in actoin》一书的第2版(预计于2009年11月美国出版),第1章"初识LUCENE"(英文PDF)-" Lucene in actoin" the book, 2nd edition (expected to commence in November 2009 published in the United States), Chapter 1, " acquaintance LUCENE" (English PDF)
Platform: | Size: 801792 | Author: lucene | Hits:

[JSPLuceneInAction

Description: Manning - Lucene in Action Lucene is a gem in the open-source world--a highly scalable, fast search engine. It delivers performance and is disarmingly easy to use. Lucene in Action is the authoritative guide to Lucene. It describes how to index your data, including types you definitely need to know such as MS Word, PDF, HTML, and XML. It introduces you to searching, sorting, filtering, and highlighting search results. Adding search to your application can be easy. With many reusable examples and good advice on best practices, Lucene in Action shows you how. And if you would like to search through Lucene in Action over the Web, you can do so using Lucene itself as the search engine--take a look at the authors awesome Search Inside solution. Its results page resembles Google s and provides a novel yet familiar interface to the entire book and book blog.-Manning- Lucene in Action Lucene is a gem in the open-source world--a highly scalable, fast search engine. It delivers performance and is disarmingly easy to use. Lucene in Action is the authoritative guide to Lucene. It describes how to index your data, including types you definitely need to know such as MS Word, PDF, HTML, and XML. It introduces you to searching, sorting, filtering, and highlighting search results. Adding search to your application can be easy. With many reusable examples and good advice on best practices, Lucene in Action shows you how. And if you would like to search through Lucene in Action over the Web, you can do so using Lucene itself as the search engine--take a look at the authors awesome Search Inside solution. Its results page resembles Google s and provides a novel yet familiar interface to the entire book and book blog.
Platform: | Size: 13760512 | Author: Tuan Minh | Hits:

[OtherLuceneInAction

Description: 啥也不说了,学习Lucene搜索引擎必读之书-indispensable while learn Lucene
Platform: | Size: 5468160 | Author: byta | Hits:

[JSP/Javasearch

Description: lucene应用实例程序,包含了建立索引到web搜索的完整代码,里面用到的数据库是dedecms的,可以自己去下载,config.xml为配置文件,需要配置索引目录和链接数据的用户密码。该代码实例可以直接作为你用lucene建立全文搜索的参考-lucene Applications programs, including the establishment of an index to the web search the complete code, which used the database is dedecms, and can themselves download, config.xml for the configuration file, you need to configure the index directory and link the data user' s password. The code examples can you use lucene as a reference for the establishment of full-text search
Platform: | Size: 95232 | Author: strayly | Hits:

[Search Enginelucene_using

Description: Lucene的安装和使用及lucene的详细介绍的pdf,附jar包及demo-Lucene lucene installation and use and a detailed description of the pdf, attached jar package and demo
Platform: | Size: 5768192 | Author: Jessica | Hits:

[Software EngineeringLucene

Description: Lucene 3.0的原理与代码分析,内容很详细,有兴趣的可以好好看看!-Lucene 3.0 principles and code analysis, the content is very detailed and are interested can take a look!
Platform: | Size: 4027392 | Author: ferret10 | Hits:

[.netDMS

Description: A tutorial using Lucene full-text search engine with C# ASP.NET
Platform: | Size: 2280448 | Author: langxang | Hits:

[Search EngineManning.Lucene.in.Action

Description: Lucene是一个开源世界瑰宝- 高度可扩展的,快速的搜索引擎。它提供的性能,是disarmingly易于使用。在行动Lucene是Lucene的权威指南。它描述了如何索引你的类型,包括你一定要知道,如MS Word,PDF格式,HTML和XML数据。它向您介绍了搜索,排序,筛选,突出搜索结果。 -Lucene is a gem in the open-source world--a highly scalable, fast search engine. It delivers performance and is disarmingly easy to use. Lucene in Action is the authoritative guide to Lucene. It describes how to index your data, including types you definitely need to know such as MS Word, PDF, HTML, and XML. It introduces you to searching, sorting, filtering, and highlighting search results.
Platform: | Size: 12684288 | Author: wangkuiwei | Hits:
« 12 »

CodeBus www.codebus.net